Видео с ютуба Unordered_Map Custom Hash
17:Unordered Map Hash Functions for Custom Class
Maps in C++ (std::map and std::unordered_map)
04 Внутреннее устройство unordered map
C++ 2. Хеш-таблицы, std::unordered_map
Faster than Rust and C++: the PERFECT hash table
HashMaps & Dictionaries, Explained Simply
C++ : Defining custom hash function and equality function for unordered_map
How to Create a Custom hash Function for std::unordered_map in C+ + that Ignores Order of Pairs
STL std::unordered_multiset( C++11) (and custom hash function) | Modern Cpp Series Ep. 124
C++ : boost::unordered_map -- Need to specify a custom hash function for hashing std::set int ?
Why I Use std::unordered_map
Performance Comparison: unordered_map of unordered_map vs Custom Hash Function for pair Key in C+ +
C++Now 2018: You Can Do Better than std::unordered_map: New Improvements to Hash Table Performance
Карта против неупорядоченной карты в C++
C++ : Inserting into an unordered_set with custom hash function
How do dictionaries (hashmaps) actually work?
STL std::unordered_map (C++11) | Modern Cpp Series Ep. 129
C++ Unordered Maps: Hash Tables Explained for Beginners
Лекция 34. Внутреннее устройство std::unordered_map
How to Override std::unordered_map T,T ::hash_function with Your Own Hash Function